/* see all btn css */
.see-all-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap:16px;
}
.see-all-btn{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin: 0px 14px;
    padding: 14px 48px;
    border-radius: 60px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}
.see-all-btn.dark-btn{
    color: #FFFFFF;
    background: #090416;
    transition: .3s ease-in-out;
}
.see-all-btn.dark-btn:hover{
    background: #848198;
    transition: .3s ease-in-out;
}
.see-all-btn.dark-btn:focus,.see-all-btn.dark-btn:active,.see-all-btn.dark-btn:visited{
    background: #B9B6CB;
    transition: .3s ease-in-out;
}
.see-all-btn.light-btn{
    color: #FFFFFF;
    background: #232227;
    border: 1px solid #FFFFFF;
    color: #ffffff;
}
.see-all-btn.light-btn:hover{
    border: 1px solid #FFFFFF;
    background: #090416;
    transition: .3s ease-in-out;
}
.see-all-btn.light-btn:focus,.see-all-btn.light-btn:active,.see-all-btn.light-btn:visited{
    background: #848198;
    border: 1px solid #FFFFFF;
    transition: .3s ease-in-out;
}
.col-desktop-line{
    display: none;
}
.load-more-btn{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin: 0px 14px;
    padding: 12px 24px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    background: #F2EFF9;
    margin: auto;
}
/* no more modal btn */
.ok-btn{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 12px 44px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    background: #090416;
    border-radius: 74px;
    margin: auto;
    color: #FFFFFF;
}
/* role-modal btn */
.see-all-btn.dark-btn.role-modal-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
}
.proceed-btn,.yes-btn,.modal-ok-btn{
    padding: 12px 44px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    border-radius: 74px;
}
.modal-ok-btn{
    background: #090416;
    color: #FFFFFF;
}
.proceed-btn,.yes-btn{
    background: #E33449;
    color: #ffffff;
}
.add-workmsgs-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
/* edit about btns */
.about-edit-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 18px 0px 45px 0px;
}
.abt-muted-btns{
    display: flex;
    padding: 12px 26px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    border-radius: 74px;
    background: #848198;
    color: #ffffff;
    text-align:center;
}
.send-mg-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 14px 36px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 74px;
    background: #46444E;
    color: #ffffff;
    margin-top: 15px;
    width: 100%;
}
.asm-link-added .sml-save-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 11px 80px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    border-radius: 74px;
    background: #46444E;
    color: #ffffff;
    margin: 30px auto 0px auto;
    transition: .2s ease-in-out;
}
.asm-link-added .sml-save-btn:hover,.asm-link-added .sml-save-btn:focus,.asm-link-added .sml-save-btn:active,.asm-link-added .sml-save-btn:visited{
    background: #090416;
    color: #ffffff;
    transition: .2s ease-in-out;
}
/* access denied btn */
.send-mg-btn.acces-denied-btn{
    background: #090416;
    color: #ffffff;
    width: max-content;
    margin: auto;
}
/* chaneg banner btn */
.personal-setting .change-button{
    align-items: center;
    justify-content: center;
    padding: 11px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    background: #ffffff;
    color: #090416;
    width: 100%;
    filter: drop-shadow(0px 2px 6px rgba(9, 5, 61, 0.12));
    border: 1px solid #848198;
    margin-bottom: 25px;
}
.change-button.cb-mobile{
    display: flex;
}
.change-button.cb-desktop{
    display: none;
}
.delete-account{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin: 0px 14px;
    padding: 14px 48px;
    border-radius: 60px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    background: none;
    color: #E33449;
    width: 100%;
}
.send-mg-btn.dark-btn{
    background: #090416;
    border: none;
    width: max-content;
}
@media (min-width: 992px){
    .col-desktop-line{
        flex-grow: 1;
        display: block;
    }
    .see-all-btn{
        display: block;
        flex-shrink: 0;
        margin: 0px;
    }
    /* role-modal btn */
    .see-all-btn.dark-btn.role-modal-btn{
        display: block;
        margin: auto;
        width: auto;
    }
    .send-mg-btn{
        margin:15px auto 15px auto;
        width: max-content;
    }
    .change-button.cb-mobile{
        display: none;
    }
    .change-button.cb-desktop{
        display: block;
        position: absolute;
        right: 30px;
        top: 100px;
    }
    .personal-setting .change-button{
        width: max-content;
    }

}
